home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Business Master (4th Edition)
/
The Business Master - 4th Edition.iso
/
files
/
wordsing
/
pcwrtsn4
/
menuprt.bat
< prev
next >
Wrap
DOS Batch File
|
1992-03-15
|
323b
|
15 lines
echo off
menuprt1 %1
if errorlevel 2 goto exit
if errorlevel 1 menuprt2 // %1
if errorlevel 2 goto exit
if errorlevel 202 goto exit
if errorlevel 203 goto exit
if errorlevel 204 goto exit
if errorlevel 1 menuprt3 // %1
if errorlevel 2 goto exit
if errorlevel 1 menuprt4 // %1
if errorlevel 2 goto exit
:exit